net/http.http2ServeConnOpts.BaseConfig (field)

7 uses

	net/http (current package)
		h2_bundle.go#L4276: 			BaseConfig:       hs,
		h2_bundle.go#L4310: 	BaseConfig *Server
		h2_bundle.go#L4340: 	if o != nil && o.BaseConfig != nil {
		h2_bundle.go#L4341: 		return o.BaseConfig
		h2_bundle.go#L4351: 		if o.BaseConfig != nil && o.BaseConfig.Handler != nil {
		h2_bundle.go#L4352: 			return o.BaseConfig.Handler